find

Displays lines in a text file that contain a string.
   find [options] string [d:][path]file

Options

  /V
  Inverts the search: displays lines that do NOT contain the string.

  /C
  Only displays a count of the matching lines.

  /N
  Displays line numbers.

  /I
  Ignore case during the comparison.

Copyright © 1998 Jim Hall
This file is derived from the FreeDOS Spec Command HOWTO. See the file H2Cpying.txt for copying conditions.